(enable-command): Remove spurious assignment of free variable `foo'.
authorRoland McGrath <roland@gnu.org>
Wed, 31 Mar 1993 21:25:06 +0000 (21:25 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 31 Mar 1993 21:25:06 +0000 (21:25 +0000)
lisp/novice.el

index 2ddbbac325052bd2df0d34a242220be1d2071ba9..b874754920959f6d198d31cfe1e17efed809da13 100644 (file)
@@ -99,7 +99,6 @@ to future sessions."
      ;; Must have been disabled by default.
      (goto-char (point-max))
      (insert "\n(put '" (symbol-name command) " 'disabled nil)\n"))
-   (setq foo (buffer-modified-p))
    (save-buffer)))
 
 ;;;###autoload